A journey of rebranding, replatforming, dogfooding, and mild existential crises
How I used Claude and Copilot to design the Aspire deploy CLI, moving from sequential steps to a concurrent-ready design that works in both interactive and CI/CD environments.
A simple way to export ASP.NET Core telemetry to Aspire Dashboard with OTLP — fast and Collector-free.
The .NET Aspire series continues with deploying to Azure Container Apps. Using the Azure Developer CLI, we explore how to deploy to the cloud and also explore deployment considerations when pushing to production.
What if you could get a single clear picture of the entire lifetime of a request since it arrives at your API endpoint, turns into a message published into a Service Bus queue, and all the way to the other service that consumes that message? Yes, this is something that has been possible for a while for services like RabbitMQ, but with a small one-liner, you can also enable it for Azure Service Bus and your .NET Aspire dashboard.
In this article, we’ll dive deep into .NET Aspire’s distributed tracing and observability features, with a focus on metrics and trace integration in distributed systems, particularly with Azure Application Insights.
The open source Redis fork is slowly getting support across Microsoft’s various platforms.
Carl and Richard talk to Chris Klug about his experience with .NET Aspire. Chris discusses thinking cloud natively, whether you are going to the cloud or not - it's not just a place, but also an architecture. The conversation digs into the role of containers and Kubernetes, deployment strategies, telemetry, security, testing, and more.
Building distributed applications is complex enough - security shouldn’t be an afterthought. With .NET Aspire, Microsoft’s opinionated stack for cloud-native .NET apps, security is woven directly into the developer experience. In this article, we’ll explore how Aspire improves security across containers, networking, identity, and secrets management.
Latest update to Microsoft’s cloud-native application framework allows developers to define an entire distributed application in a single apphost.cs file.